home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / mail / mh / vmail / vmailtool.Z / vmailtool / README < prev    next >
Encoding:
Text File  |  1991-04-05  |  2.5 KB  |  69 lines

  1.  
  2.                          VMAILTOOL V1.15
  3.                         James T. Perkins
  4.                           11 March 1991
  5.  
  6. Vmailtool is a graphical mail interface for Sun workstations.  It is
  7. based on vmail, the MH mail system, tooltool, and Sunview (or
  8. OpenWindows).  If you do not have all of these installed on your Sun
  9. workstation, it is useless to you.
  10.  
  11. Vmailtool is a tooltool "wrapper" around the curses-based vmail mail
  12. editor, and provides mouse support and buttons to push for vmail, making
  13. the use of vmail much faster and easier -- you don't have to remember
  14. all the keys for the commands.  It provides a neato mail icon with a
  15. flag that pops up and down when you recieve mail.  Using the mouse to
  16. select a message for viewing is a lot faster than cursor movement keys,
  17. and vmailtool remembers argument strings which you want to pass on to
  18. comp, forw, and repl.
  19.  
  20. Vmailtool V1.4 and later (including V1.15) is based on a modified
  21. version of vmail, which has new commands for rescanning and sorting the
  22. mail folder, and for disting and bursting mail items.
  23.  
  24. Vmailtool does have some minor problems, which are listed in the man
  25. page.  Nonetheless, vmailtool has proved a useful and helpful tool.
  26.  
  27. I offer vmailtool to the user community without any strings attached.
  28. If you think of a bugfix or enhancement, please let me know via email.
  29.  
  30. James Perkins
  31. jamesp@metolius.wr.tek.com
  32.  
  33.  
  34.                        INSTALLATION NOTES
  35.  
  36. To install vmailtool will require a little effort.  First decide on the
  37. following directories:
  38.  
  39.     BINDIR    - where the installed shell scripts will live
  40.     MANDIR    - where the installed man page will live
  41.     ICONDIR    - where the installed icons will live
  42.  
  43. Edit the makefile and change the BINDIR, MANDIR, and ICONDIR parameter
  44. definitions.
  45.  
  46. Edit the vmailtool shell script cand change the definitions of:
  47.  
  48.     VMAILICON    - to reflect BINDIR
  49.     ICON_UP        - to reflect ICONDIR
  50.     ICON_DOWN    - to reflect ICONDIR
  51.     ICON_LEFT    - to reflect ICONDIR
  52.     ICON_RIGHT    - to reflect ICONDIR
  53.  
  54. Edit the man page to update the new locations of vmailicon.
  55.  
  56. Edit vmailicon and make sure that the control characters got through
  57. unmolested.  There should be a line that reads:
  58.  
  59.     echo -n "<ESC>]I${icon}<ESC>\\" >/dev/tty &
  60.  
  61. Where <ESC> means an ASCII escape character.
  62.  
  63. Type `make install' to install vmailtool, vmailicon, the icons, and
  64. vmailtool.1.  Make sure the permissions on vmailtool and vmailicon are
  65. 755 (read, execute by all, write by owner only), and 644 on the icons
  66. and manpage (read by all, write by owner only).
  67.  
  68. James
  69.